Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding program_options library #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robyn-dressler
Copy link

Adding program_options was suggested by @LNDF in PR #1349 on the main repo.

It seems that program_options is not a header-only library, so bringing it in via bcp the usual way was not enough. I also had to configure cmake to build program_options from its source code. This also requires other sub libraries of boost, so it brings in a lot of new files. I was able to confirm that shadPS4 builds on all platforms when pointing to this fork.

I'm very new to C++ and cmake, so please let me know if there's a better way of doing this.

@georgemoralis
Copy link
Contributor

i don't know boost either but i guess it is a better way than modifying 516 files ;0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants